Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.liveconnect.action--actions

This contribution is part of XML component org.nuxeo.ecm.liveconnect.action inside nuxeo-liveconnect-jsf-9.10.jar /OSGI-INF/actions-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="blobAppLinks" type="template">
          <category>BLOB_ACTIONS</category>
          <properties>
            <property name="template">/incl/action/app_links_action_template.xhtml</property>
          </properties>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
    <action id="blobAppLinks" type="template">
      <category>BLOB_ACTIONS</category>
      <properties>
        <property name="template">/incl/action/app_links_action_template.xhtml</property>
      </properties>
    </action>
  </extension>